POV-Ray : Newsgroups : povray.binaries.images : A break from my IRTC entry : Re: A break from my IRTC entry Server Time
15 Aug 2024 04:27:30 EDT (-0400)
  Re: A break from my IRTC entry  
From: Kevin Loney
Date: 1 Jun 2002 18:05:07
Message: <3cf94513$1@news.povray.org>
The exhaust from the rockets is made with spheres full of emission media

#declare Rocket_Exhaust = difference {
 sphere {
  0, 1
 }
 cylinder {
  -1 * x, 0 * x, 1
 }
 material {
  texture {
   pigment {
    rgbt 1
   }
  }
  interior {
   media {
    emission Exhaust_Color * 5
    samples 10, 10
    density {
     spherical
     poly_wave 2
    }
   }
  }
 }
 hollow
 scale <10, .75, .75>
}


--
Kevin
http://www.geocities.com/qsquared_1999/
#macro _(r)#if(r<12)#local i=asc(substr("oqshilacefg",r,1))-97;
disc{<mod(i,7)-3,div(i,7)-1,6>,z,.4pigment{rgb 10}}_(r+1)
#end#end _(1)//KL


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.